home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / program / 245 / gfatip16 / getrez.lst < prev    next >
File List  |  1988-10-10  |  278b  |  12 lines

  1. ' GFATIP16 .LST Library Source Code is Copyright 1988 Marathon Computer Press
  2. ' Procedure Getrez
  3. ' Dependenices : None
  4. '
  5. '
  6. '  A very simple library routine that returns the current resolution.
  7. '   0= Low    1= Med  2 = Hight
  8. '
  9. Procedure Getrez
  10.   Rez%=Xbios(4)
  11. Return
  12.